home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / dnickel.txt < prev    next >
Text File  |  1995-03-31  |  4KB  |  122 lines

  1. *** Overview *** 
  2.  
  3. Voyager V1.0-6 
  4. 30 January 1991 
  5.  
  6. This directory contains the Voyager program.  Voyager is a DOS program 
  7. that will allow the user to interactively disassemble the contents of 
  8. the HP 48SX ROM and other HP 48SX programs.  This directory also 
  9. contains several related documents:  HP 48SX Internals, Voyager 
  10. Reference Manual and Saturn Instruction Set. 
  11.  
  12.     Derek S. Nickel 
  13.     51 Maple Lane 
  14.     Walnut Creek, CA 94595-1718 
  15.  
  16. *** File extensions *** 
  17.  
  18. none    HP 48SX program in binary format. 
  19. .ASC    HP 48SX program in ASC-> format. 
  20. .CA     Voyager address comment file. 
  21. .CAX    Index for a Voyager address comment file. 
  22. .CC     Voyager code comment file. 
  23. .CCX    Index for a Voyager code comment file. 
  24. .DOC    Documentation file. 
  25. .EXE    DOS program. 
  26. .LST    HP 48SX program listing (generated by Voyager) 
  27. .MEM    Voyager memory file (flat listing of hexadecimal characters that 
  28.         represent the contents of ROM or a HP 48SX program) 
  29. .TXT    Article or posting. 
  30.  
  31. *** Contents of \DNICKEL directory *** 
  32.  
  33. 00README DOC    Read me first (this file) 
  34. ADDR            Address of object on stack level one 
  35. ADDR     ASC      " 
  36. ADDR     LST      " 
  37. ADDR     MEM      " 
  38. ASC      TXT    Bill Wickes' posting (->ASC and ASC->) 
  39. ASM      DOC    Saturn Instruction Set 
  40. BINTOMEM EXE    Converts HP 48SX binary file to Voyager memory file 
  41. DMPTOMEM EXE    Converts Memory Scanner dump file to Voyager memory file 
  42. FROMASC  CA     ASC-> program 
  43. FROMASC  CC       " 
  44. FROMASC  LST      " 
  45. FROMASC  MEM      " 
  46. HP48     CA     HP48-B ROM 
  47. HP48     CAX      " 
  48. HP48     CC       " 
  49. HP48     CCX      " 
  50. HP48     MEM      " 
  51.  
  52. [*** Note: HP48.MEM was ommitted from this disk to avoid copyright 
  53.  violation.  You must make your own HP48.MEM file.  For directions 
  54.  how to do this, see the MEM.DOC file in the HORN2 directory.  -jkh-] 
  55.  
  56. HP48SX   DOC    HP 48SX Internals 
  57. HYDE            HYDE libary 
  58. HYDE     CA       " 
  59. HYDE     CAX      " 
  60. HYDE     MEM      " 
  61. HYDE     TXT      " 
  62. REV             Reverse string on stack level one 
  63. REV      ASC      " 
  64. REV      CC       " 
  65. REV      CCX      " 
  66. REV      LST      " 
  67. REV      MEM      " 
  68. SW-A     ASC    Stopwatch library 
  69. SW-A     CA       " 
  70. SW-A     CAX      " 
  71. SW-A     MEM      " 
  72. TOASC    CA     ->ASC program 
  73. TOASC    CAX      " 
  74. TOASC    CC       " 
  75. TOASC    CCX      " 
  76. TOASC    LST      " 
  77. TOASC    MEM      " 
  78. USAG     ASC    USAG program 
  79. USAG     MEM      " 
  80. VOYAGER  DOC    Voyager Reference Manual 
  81. VOYAGER  EXE    Voyager program 
  82.  
  83. *** Changes in V1.0-6 *** 
  84.  
  85. The comments in the HP48 module have been expanded and improved.  Some 
  86. of the terms (such as "token") have been reworded.  Many comments have 
  87. been clarified.  HP48.CA now contains over 3300 comments. 
  88.  
  89. Graphic unthread bug has been fixed (was dropping last pixel row). 
  90.  
  91. Syntax of address ranges has changed.  An address by itself (no range 
  92. specifer (the ":")) used to mean "from this address to the end".  It now 
  93. means "this address only".  Where you used to say "0" to specify all of 
  94. memory, you would now say ":". 
  95.  
  96. FIND is a new command that will search part of the address comment files 
  97. for the specified partial comment.  This reduces the need for printed 
  98. address comments. 
  99.  
  100. LIST is a new command that will list part of the address comment files. 
  101.  
  102. The default limit (SET/SHOW LIMIT) has been increased from 8 to 10. 
  103.  
  104. Command line parsing has been improved. 
  105.  
  106. More "new" machine code instructions are interpreted (but not all). 
  107.  
  108. *** General notes *** 
  109.  
  110. When TABs are used in these files, they are assumed to be eight column 
  111. tabs setting. 
  112.  
  113. *** Acknowledgements *** 
  114.  
  115. Thanks to everybody this has posted information to the HP BBS and 
  116. comp.sys.handhelds. 
  117.  
  118. Special thanks to Willian C. Wickes for the neat 'toys' that he has 
  119. posted, to Joseph K. Horn for putting together his EduCALC disk 
  120. collections, to Jake Schwartz for his video tapes and to Pete M. Wilson 
  121. for his TA program (Voyager was originally based on TA, 7/14/90). 
  122.